You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxInt Class
>
TMtxInt Methods
>
TMtxInt.Concat Method
Dew Math for .NET
Example
TMtxInt.Concat Method
var A,B,C,D,E:
TMtxInt
; begin CreateIt(A,B,C,D); CreateIt(E);
try
A.Size(2,2); B.Size(A); C.Size(A); D.Size(A); E.Concat(2,2[A,B C,D]);
// form one 4x4 matrix
finally
FreeIt(E); FreeIt(A,B,C,D); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home